home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / races18.zip / RACES.DOC < prev    next >
Text File  |  1991-04-17  |  14KB  |  311 lines

  1.  
  2.                                    RACES 1.8
  3.                                    =========
  4.  
  5.                             A Livewire BBS Game Door
  6.                                PCBoard(TM) 14.5 
  7.  
  8.                                       By
  9.  
  10.                                 Richard Paquette
  11.                                    PO Box 416
  12.                               Mt. Laurel, NJ 08054
  13.  
  14.                                (C) Copyright 1990
  15.                                All Rights Reserved
  16.  
  17.  
  18.     First I would like to thank Mr. Ted Freeman from MicroNet PCBoard
  19.     for all his suggestions and mostly for the creation of "DoorFrame"
  20.     which this door was created in. It's simple approach to programing
  21.     made this door and many more to come possible!
  22.  
  23.                                      ======
  24.  
  25.                  GAME DESCRIPTION!
  26.  
  27.     This is a quick and simple game that allows your callers to enter a bet
  28. on the horse they think will win the race. When placing the bet, we generate a
  29. random odds for the winning horse which is displayed along with a chance to 
  30. change their bet. As soon as they finish entering their bet they are brought to
  31. the Horse Menu at which time they pick which Horse they think will win.
  32.  
  33.     The race itself will take approx. 13 seconds at 2400 baud, faster with
  34. high speed modems, my dual standard finished the race in about 6 seconds. As
  35. the race finishes, they are brought either to the " Winners Circle " where the
  36. winning amount is displayed along with their current score, or they go to the
  37. " Losers Box " where they are shown how much they lost along with their current
  38. score.
  39.  
  40.     From the Main Menu, they can go straight to the races, which will use
  41. $2.00 default for their bet. They can also view their current balance or they
  42. can view current high scores. Last they can return to the BBS.
  43.  
  44.     In future updates, we plan to add betting on "Win", "Place" and "Show"
  45. along with more Horse selections, currently there are Five Horses to select
  46. from and each race is randomly won!
  47.  
  48.     PLEASE NOTE FOR SYSOP! Once you install the door, you should enter it
  49. and exist to create the High Score Bulletin, then if you would like to keep
  50. your score at $100.00 just don't play! If you play, then whatever your current
  51. score is when you exit, will show on the first High Score Bulletin! Personally,
  52. I lost all my money so callers wouldn't think that "sysops" have the advantage!
  53.  
  54.                                       =======
  55.                 BULLETIN INFORMATION
  56.  
  57.     AFTER you initiate the High Score Bulletin, the program will create a
  58. file called " Races.bul ", if you want to name your bulletin other than
  59. races.blt and racesg.blt then you must edit the first line in races.bul to
  60. state the path and name of your desired bulletin, such as:
  61.  
  62. c:\pcb\gen\blt1
  63.  
  64. CONFIGURATION
  65. -------------
  66.  
  67.         EXAMPLE CONFIGURATION FILE FOR PCBOARD.SYS
  68.         ------------------------------------------
  69.  
  70.         C:\PCB\PCBOARD.SYS  <=-  (Full pathname of your PCBOARD.SYS file)
  71.         The Livewire BBS    <=-  (Change this to your BBS name)
  72.         Richard             <=-  (The Sysop's first name)
  73.         Paquette            <=-  (The Sysop's last name)
  74.         999999              <=-  (Registration number)
  75.  
  76.         EXAMPLE CONFIGURATION FILE FOR USERS.SYS
  77.         ------------------------------------------
  78.  
  79.         C:\PCB\USERS.SYS    <=-  (Full pathname of your USERS.SYS file)
  80.         The Livewire BBS    <=-  (Change this to your BBS name)
  81.         Richard             <=-  (The Sysop's first name)
  82.         Paquette            <=-  (The Sysop's last name)
  83.         999999              <=-  (Registration Number)
  84.  
  85.         EXAMPLE CONFIGURATION FILE FOR DOOR.SYS
  86.         ---------------------------------------
  87.  
  88.         C:\BBS\DOOR.SYS     <=-  (Full pathname of your DOOR.SYS file)
  89.         The Livewire BBS    <=-  (Change this to your BBS name)
  90.         Richard             <=-  (The Sysop's first name)
  91.         Paquette            <=-  (The Sysop's last name)
  92.         999999              <=-  (Registration Number)
  93.  
  94.         EXAMPLE CONFIGURATION FILE FOR CALLINFO.BBS
  95.         -------------------------------------------
  96.  
  97.         C:\BBS\CALLINFO.BBS <=-  (Full pathname of your CALLINFO.BBS file)
  98.         The Livewire BBS    <=-  (Change this to your BBS name)
  99.         Richard             <=-  (The Sysop's first name)
  100.         Paquette            <=-  (The Sysop's last name)
  101.  
  102.         EXAMPLE CONFIGURATION FILE FOR DORINFOx.DEF
  103.         -------------------------------------------
  104.  
  105.         C:\BBS\DORINFOx.DEF <=-  (Full pathname of your DORINFOx.DEF file
  106.                                   where 'x' is the BBS Node number.
  107.         The Livewire BBS    <=-  (Change this to your BBS name)
  108.         Richard             <=-  (The Sysop's first name)
  109.         Paquette            <=-  (The Sysop's last name)
  110.  
  111.         EXAMPLE CONFIGURATION FILE FOR SFDOORS.DAT
  112.         ------------------------------------------
  113.  
  114.         C:\BBS\SFDOORS.DAT  <=-  (Full pathname of your SFDOORS.DAT file)
  115.         The Livewire BBS    <=-  (Change this to your BBS name)
  116.         Richard             <=-  (The Sysop's first name)
  117.         Paquette            <=-  (The Sysop's last name)
  118.  
  119.         EXAMPLE CONFIGURATION FILE FOR CHAIN.TXT
  120.         ----------------------------------------
  121.  
  122.         C:\BBS\CHAIN.TXT    <=-  (Full pathname of your CHAIN.TXT file)
  123.         The Livewire BBS    <=-  (Change this to your BBS name)
  124.         Richard             <=-  (The Sysop's first name)
  125.         Paquette            <=-  (The Sysop's last name)
  126.  
  127.         This configuration file must be located in your default BBS
  128.         directory.  You may name this file whatever you like, but the
  129.         name of the file must be passed to RACES via the Batch file
  130.         that executes the door.
  131.  
  132.                                     =======
  133.                                 RACES BATCH FILE
  134.  
  135. This is the batch file whose name is entered in PCBSETUP. It should reside in
  136. your default PCB directory. Leave this as is except for changing the paths.
  137.  
  138. ECHO OFF
  139. E:
  140. CD\RACES
  141. RACES15 RACES.CFG  <--- Please read NOTE below
  142. C:
  143. CD\PCB
  144. BOARD
  145.  
  146.    NOTE: Races requires the presence of BRUN45.EXE either in the
  147.          same directory as Races or accessible via PATH. If you set
  148.          your library in autoexec.bat and all the brun files there,
  149.          then you have no problems.. 
  150.  
  151.      SET MYLIB = C:\MYLIB
  152.  
  153.      Be sure to put all your brun*.exe files in the mylib directory!
  154.  
  155.    NOTE: This door is multi-node capable and the requirement is to have a
  156.          different races.cfg passed on the batch file command line, such
  157.          as: races races1.cfg * races races2.cfg * races races3.cfg!
  158.  
  159.    NOTE: If your caller is in NON-GRAPHIC mode, the door will put the caller
  160.          into graphics and return them to non graphics when existing!
  161.  
  162.                      ------------------------------------
  163.  
  164.                                 DOOR OPERATION
  165.                                 --------------
  166.   
  167.   F3    -   Toggles the printer On/Off.
  168.             Value is passed to PCBoard.
  169.   F4    -   Toggles the Page Bell On/Off.
  170.             Value is passed to PCBoard.
  171.   F5    -   DOS Shell.  Allows SysOp to exit to DOS from inside a DOOR.
  172.   F7    -   Toggles the Caller Alarm On/Off.
  173.             Value is passed to PCBoard.
  174.   F8    -   Returns the caller involuntarily to PCBoard.
  175.             Without letting them know that the sysop called them back!
  176.   F9    -   Toggles the local display On/Off.
  177.             Value is passed to PCBoard.
  178.   F10   -   Activates SysOp CHAT mode within the DOOR.
  179.   ESC   -   Deactivates CHAT mode.  DOOR is resumed.
  180.   HOME  -   HELP key for status line options.
  181.   UP    -   Allows the SysOp to temporarily give the caller extra time
  182.             while in the DOOR.  This time is NOT passed to PCBoard.
  183.   DN    -   Allows the SysOp to temporarily subtract time from the
  184.             caller while in the DOOR.  This time is NOT passed to PCBoard.
  185.   ALT-N -   SysOp next on toggle.
  186.             Value is passed to PCBoard.
  187.   ALT-X -   PCBoard will exit after current caller logs off.
  188.             Value is passed to PCBoard.
  189.  
  190.                             WATCHDOG/CTTY/ANSI.SYS
  191.                             ----------------------
  192.  
  193.         CTTY and WATCHDOG are not required and should not be used with
  194.         this program.  RACES contains its own communication routines
  195.         which monitor the COM port.  If carrier is lost, it will return
  196.         to PCBoard where the BBS will log the user off the system.
  197.         ANSI.SYS, or something similar, is required for RACES to
  198.         function properly!
  199.  
  200.  
  201.                                  DISTRIBUTION
  202.                                  ------------
  203.  
  204.         RACES is COPYRIGHTED by Richard Paquette, with all rights reserved.
  205.         This program is being distributed via the SHAREWARE concept and as
  206.         such, may be copied freely with the following restrictions:
  207.  
  208.                 * The program must be supplied in it's original
  209.                   unmodified form, including documentation.
  210.  
  211.                 * RACES may not be distributed as part of any
  212.                   commercial application or service without the
  213.                   express, written consent of the author.
  214.  
  215.                 * Vendors of Shareware/Public Domain software may
  216.                   not distribute this program without the express,
  217.                   written consent of the author.
  218.  
  219.                                  REGISTRATION
  220.                                  ------------
  221.  
  222.         RACES represents many hours of programming and the author
  223.         deserves just compensation for his time, efforts and expertise.
  224.         If you find this program to be of some value and you continue
  225.         to use it on your BBS system, you must return the registration
  226.         form provided along with the registration fee. Registration
  227.         entitles you to free upgrades via modem from The Livewire's Support
  228.         Conference for a period of one year. Additional upgrades/support
  229.         to the BBS are available at $25.00 per year. Payments should be made
  230.         in the form of a check or money order (do NOT send cash!). Foreign
  231.         orders must be in U.S. funds drawn on a U.S. bank. You may also call
  232.         The Livewire BBS and register online via Visa or Mastercard by
  233.         completing the proper Script Questionaire.
  234.  
  235.         Suggestions and/or comments may be sent to the address below or
  236.         via electronic mail: 
  237.  
  238.                   HUBSNJ for RelayNet and Node ID is: LIVEWIRE
  239.  
  240.                                  Richard Paquette
  241.                                  The Livewire BBS     
  242.  
  243.                      (609) 235-5297 MNP/5 - 300/1200/2400
  244.                      (609) 866-2551 HST/V.32 - 12/24/96/19,2/38,4
  245.                      (609) 727-3246 MNP/5 - 300/1200/2400
  246.  
  247.                             ----------------------
  248.  
  249.          L I V E W I R E   D O O R   R E G I S T R A T I O N   F O R M 
  250.  
  251.  
  252.       TO:    The Livewire BBS                            Date___/___/___ 
  253.              P.O. Box 416  
  254.              Mt. Laurel, NJ 08054
  255.  
  256.  
  257.             (Please use capitalization and punctuation where necessary.)
  258.  
  259.  
  260.       FROM:  SysOp Name: _______________________________________________ 
  261.  
  262.              BBS Name: _________________________________________________
  263.  
  264.              Address: __________________________________________________ 
  265.  
  266.              City: ______________________ State: __________ ZIP: _______ 
  267.  
  268.              Voice: (   ) _________________ BBS: (   ) _________________
  269.  
  270.              BBS Software: _____________________ BBS Hours: ____________
  271.  
  272.              Baud Rates:________________________                 (08-06)
  273.  
  274.  
  275.       SOFTWARE                          VERSION                   PRICE 
  276.       --------                          -------                   -----
  277.  
  278.       Races ............................. 1.8 ................. $ 20.00 __
  279.       ViewUSA ........................... 1.5 ................. $ 20.00 __
  280.       Wordplay .......................... 1.3 ................. $ 20.00 __
  281.       Facts ............................. 2.0 ................. $ 20.00 __
  282.       Lottery ........................... 3.5 ................. $ 20.00 __
  283.       LiveStore ......................... 3.7 ................. $ 35.00 __
  284.                                                                   _____
  285.  
  286.       (NJ residents add 7% tax)                                   _____
  287.  
  288.       (Foreign orders add $10.00 for shipping)                    _____
  289.  
  290.       Total                                                     $ _____ 
  291.  
  292.  
  293.                                 F E E D B A C K 
  294.                                 ---------------
  295.  
  296.       I learned of RACES from:
  297.  
  298.                 [  ] - A Friend         [  ] - Computer Club
  299.                 [  ] - BBS              [  ] - Compuserve
  300.                 [  ] - GEnie            [  ] - Other 
  301.  
  302.       COMMENTS: _____________________________________________________ 
  303.       _______________________________________________________________ 
  304.       _______________________________________________________________ 
  305.       _______________________________________________________________ 
  306.       _______________________________________________________________ 
  307.       _______________________________________________________________ 
  308.       _______________________________________________________________ 
  309.       _______________________________________________________________ 
  310.  
  311.